Q3PickIDStyle_Get
You can use theQ3PickIDStyle_Get
function to get the picking ID style value of a picking ID style.
TQ3Status Q3PickIDStyle_Get ( TQ3StyleObject pickIDObject, unsigned long *id);
pickIDObject
- A picking ID style object.
id
- On exit, the picking ID of the specified picking ID style object.
DESCRIPTION
TheQ3PickIDStyle_Get
function returns, in theid
parameter, the current picking ID of the style object specified by thepickIDObject
parameter.